projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6268c9b
)
* lisp/isearch.el: Minor doc fix.
author
Juri Linkov
<juri@linkov.net>
Mon, 1 Mar 2021 19:58:00 +0000
(21:58 +0200)
committer
Juri Linkov
<juri@linkov.net>
Mon, 1 Mar 2021 19:58:43 +0000
(21:58 +0200)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 8aaf76542986911c81a7dcd1df2b680c65380c98..e7926ac08ce95f49ff899cfd8b4a5cd9cf30749c 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-26,7
+26,7
@@
;; Instructions
-;; For programmed use of isearch-mode, e.g. calling
(`isearch-forward')
,
+;; For programmed use of isearch-mode, e.g. calling
`isearch-forward'
,
;; isearch-mode behaves modally and does not return until the search
;; is completed. It uses a recursive-edit to behave this way.